de.ueberdosis.mp3info.id3v2
Class FrameMCDI
java.lang.Object
|
+--de.ueberdosis.mp3info.id3v2.ID3V2Frame
|
+--de.ueberdosis.mp3info.id3v2.FrameMCDI
- All Implemented Interfaces:
- Defines
- public class FrameMCDI
- extends ID3V2Frame
Music CD identifier frame
This frame is intended for music that comes from a CD, so that the CD
can be identified in databases such as the CDDB. The frame consists of a
binary dump of the Table Of Contents, TOC, from the CD, which is a header
of 4 bytes and then 8 bytes/track on the CD plus 8 bytes for the 'lead out'
making a maximum of 804 bytes. The offset to the beginning of every track
on the CD should be described with a four bytes absolute CD-frame address
per track, and not with absolute time. This frame requires a present and
valid "TRCK" frame, even if the CD's only got one track. There may only
be one "MCDI" frame in each tag.
Constructor Summary |
FrameMCDI(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
|
Methods inherited from class de.ueberdosis.mp3info.id3v2.ID3V2Frame |
canDisplay, canEdit, containsData, createJPanel, createPanel, deprecatedSince, equals, getData, getDataLengthIndicator, getFileAlterPreservation, getFrameID, getSize, getTagAlterPreservation, getUnsynchronisation, hasGroupingIdentity, isAltered, isCompressed, isEncrypted, isReadOnly, isValid, legalSince, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameMCDI
public FrameMCDI(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
throws SeekPastEndException
getLongName
public java.lang.String getLongName()
toString
public java.lang.String toString()
- Overrides:
toString
in class ID3V2Frame